home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 March
/
EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso
/
earcd
/
comm2
/
iinst151.lha
/
iNTERiNSTALL
/
TCP3ADD
/
db
/
netdb
< prev
Wrap
Text File
|
1995-08-01
|
741b
|
39 lines
;
; netdb -- the network database file for AmiTCP/IP
;
; Copyright © 1993 AmiTCP/IP Group, <amitcp-group@hut.fi>
; Helsinki University of Technology, Finland.
; All rights reserved.
;
; $Id: netdb,v 1.7 1993/07/23 11:01:43 puhuri Exp $
;
; Created : Thu Apr 22 15:05:21 1993 ppessi
; Last modified: Mon Jun 14 02:48:06 1993 jraja
;
; Include information from local networking environment
; (File created by installer)
WITH netdb-myhost
;
;
; hosts
;
H 127.0.0.1 localhost
;WITH hosts PREFIX=H
;
; Local networks
;
N loopback-net 127 software-loopback-net
;
; Protocols
;
WITH protocols PREFIX=P
;
; Network services, Internet style
;
WITH services PREFIX=S
WITH inet.access PREFIX=ACCESS
;;;; EOF